home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / Reference / VERSACAD⁄MACINTOSH / card_21788.txt < prev    next >
Encoding:
Text File  |  1988-01-11  |  19.2 KB  |  886 lines

  1. -- card: 21788 from stack: in
  2. -- bmap block id: 53139
  3. -- flags: 0000
  4. -- background id: 2739
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=445 top=295 right=320 bottom=486
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 2162 / 2162
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect dissolve
  23.   go to card id 2938
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 2 (field)
  29. -- low flags: 01
  30. -- high flags: 0001
  31. -- rect: left=147 top=53 right=79 bottom=367
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 1
  35. -- font id: 2
  36. -- text size: 18
  37. -- style flags: 0
  38. -- line height: 24
  39. -- part name: 
  40.  
  41.  
  42. -- part 3 (button)
  43. -- low flags: 00
  44. -- high flags: E006
  45. -- rect: left=58 top=94 right=108 bottom=133
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 0 / 0
  48. -- text alignment: 1
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: Objects
  54. ----- HyperTalk script -----
  55. on mouseWithin
  56.   show card field objects
  57.   set hilite of button objects to true
  58.   set hilite of button points to false
  59. end mouseWithin
  60.  
  61. on mouseLeave
  62.   hide card field objects
  63. end mouseLeave
  64.  
  65.  
  66. -- part 4 (button)
  67. -- low flags: 00
  68. -- high flags: A006
  69. -- rect: left=58 top=110 right=124 bottom=133
  70. -- title width / last selected line: 0
  71. -- icon id / first selected line: 0 / 0
  72. -- text alignment: 1
  73. -- font id: 0
  74. -- text size: 12
  75. -- style flags: 0
  76. -- line height: 16
  77. -- part name: Points
  78. ----- HyperTalk script -----
  79. on mouseWithin
  80.   show card field points
  81.   set hilite of button objects to false
  82.   set hilite of button points to true
  83. end mouseWithin
  84.  
  85. on mouseLeave
  86.   hide card field points
  87. end mouseLeave
  88.  
  89.  
  90. -- part 5 (button)
  91. -- low flags: 00
  92. -- high flags: 6006
  93. -- rect: left=158 top=94 right=108 bottom=233
  94. -- title width / last selected line: 0
  95. -- icon id / first selected line: 0 / 0
  96. -- text alignment: 1
  97. -- font id: 0
  98. -- text size: 12
  99. -- style flags: 0
  100. -- line height: 16
  101. -- part name: single
  102. ----- HyperTalk script -----
  103. on mouseWithin
  104.   show card field single
  105.   set hilite of button single to true
  106.   set hilite of button base to false
  107.   set hilite of button chain to false
  108. end mouseWithin
  109.  
  110. on mouseLeave
  111.   hide card field single
  112. end mouseLeave
  113.  
  114.  
  115. -- part 6 (button)
  116. -- low flags: 00
  117. -- high flags: 2006
  118. -- rect: left=158 top=110 right=124 bottom=233
  119. -- title width / last selected line: 0
  120. -- icon id / first selected line: 0 / 0
  121. -- text alignment: 1
  122. -- font id: 0
  123. -- text size: 12
  124. -- style flags: 0
  125. -- line height: 16
  126. -- part name: base
  127. ----- HyperTalk script -----
  128. on mouseWithin
  129.   show card field base
  130.   set hilite of button single to false
  131.   set hilite of button base to true
  132.   set hilite of button chain to false
  133. end mouseWithin
  134.  
  135. on mouseLeave
  136.   hide card field base
  137. end mouseLeave
  138.  
  139.  
  140. -- part 7 (button)
  141. -- low flags: 00
  142. -- high flags: 2006
  143. -- rect: left=158 top=126 right=140 bottom=233
  144. -- title width / last selected line: 0
  145. -- icon id / first selected line: 0 / 0
  146. -- text alignment: 1
  147. -- font id: 0
  148. -- text size: 12
  149. -- style flags: 0
  150. -- line height: 16
  151. -- part name: chain
  152. ----- HyperTalk script -----
  153. on mouseWithin
  154.   show card field chain
  155.   set hilite of button single to false
  156.   set hilite of button base to false
  157.   set hilite of button chain to true
  158. end mouseWithin
  159.  
  160. on mouseLeave
  161.   hide card field chain
  162. end mouseLeave
  163.  
  164.  
  165. -- part 8 (button)
  166. -- low flags: 00
  167. -- high flags: E005
  168. -- rect: left=58 top=154 right=168 bottom=133
  169. -- title width / last selected line: 0
  170. -- icon id / first selected line: 0 / 0
  171. -- text alignment: 1
  172. -- font id: 0
  173. -- text size: 12
  174. -- style flags: 0
  175. -- line height: 16
  176. -- part name: Lock
  177. ----- HyperTalk script -----
  178. on mouseWithin
  179.   show card field lock
  180. end mouseWithin
  181.  
  182. on mouseLeave
  183.   hide card field lock
  184. end mouseLeave
  185.  
  186.  
  187. -- part 9 (button)
  188. -- low flags: 00
  189. -- high flags: A005
  190. -- rect: left=58 top=170 right=184 bottom=133
  191. -- title width / last selected line: 0
  192. -- icon id / first selected line: 0 / 0
  193. -- text alignment: 1
  194. -- font id: 0
  195. -- text size: 12
  196. -- style flags: 0
  197. -- line height: 16
  198. -- part name: Break
  199. ----- HyperTalk script -----
  200. on mouseWithin
  201.   show card field break
  202. end mouseWithin
  203.  
  204. on mouseLeave
  205.   hide card field break
  206. end mouseLeave
  207.  
  208.  
  209. -- part 10 (button)
  210. -- low flags: 00
  211. -- high flags: A005
  212. -- rect: left=58 top=186 right=200 bottom=133
  213. -- title width / last selected line: 0
  214. -- icon id / first selected line: 0 / 0
  215. -- text alignment: 1
  216. -- font id: 0
  217. -- text size: 12
  218. -- style flags: 0
  219. -- line height: 16
  220. -- part name: Outside
  221. ----- HyperTalk script -----
  222. on mouseWithin
  223.   show card field outside
  224. end mouseWithin
  225.  
  226. on mouseLeave
  227.   hide card field outside
  228. end mouseLeave
  229.  
  230.  
  231. -- part 11 (button)
  232. -- low flags: 00
  233. -- high flags: A005
  234. -- rect: left=58 top=202 right=216 bottom=133
  235. -- title width / last selected line: 0
  236. -- icon id / first selected line: 0 / 0
  237. -- text alignment: 1
  238. -- font id: 0
  239. -- text size: 12
  240. -- style flags: 0
  241. -- line height: 16
  242. -- part name: Center
  243. ----- HyperTalk script -----
  244. on mouseWithin
  245.   show card field center
  246. end mouseWithin
  247.  
  248. on mouseLeave
  249.   hide card field center
  250. end mouseLeave
  251.  
  252.  
  253. -- part 12 (button)
  254. -- low flags: 00
  255. -- high flags: A005
  256. -- rect: left=58 top=218 right=232 bottom=144
  257. -- title width / last selected line: 0
  258. -- icon id / first selected line: 0 / 0
  259. -- text alignment: 1
  260. -- font id: 0
  261. -- text size: 12
  262. -- style flags: 0
  263. -- line height: 16
  264. -- part name: Depthlock
  265. ----- HyperTalk script -----
  266. on mouseWithin
  267.   show card field depthlock
  268. end mouseWithin
  269.  
  270. on mouseLeave
  271.   hide card field depthlock
  272. end mouseLeave
  273.  
  274.  
  275. -- part 13 (button)
  276. -- low flags: 00
  277. -- high flags: 0000
  278. -- rect: left=263 top=153 right=169 bottom=287
  279. -- title width / last selected line: 0
  280. -- icon id / first selected line: 0 / 0
  281. -- text alignment: 1
  282. -- font id: 0
  283. -- text size: 12
  284. -- style flags: 0
  285. -- line height: 16
  286. -- part name: UnitsDecimal
  287. ----- HyperTalk script -----
  288. on mouseWithin
  289.   show card field UnitsDecimal
  290. end mouseWithin
  291.  
  292. on mouseLeave
  293.   hide card field UnitsDecimal
  294. end mouseLeave
  295.  
  296.  
  297. -- part 14 (button)
  298. -- low flags: 00
  299. -- high flags: 0000
  300. -- rect: left=295 top=153 right=169 bottom=319
  301. -- title width / last selected line: 0
  302. -- icon id / first selected line: 0 / 0
  303. -- text alignment: 1
  304. -- font id: 0
  305. -- text size: 12
  306. -- style flags: 0
  307. -- line height: 16
  308. -- part name: UnitsInches
  309. ----- HyperTalk script -----
  310. on mouseWithin
  311.   show card field UnitsInches
  312. end mouseWithin
  313.  
  314. on mouseLeave
  315.   hide card field UnitsInches
  316. end mouseLeave
  317.  
  318.  
  319. -- part 15 (button)
  320. -- low flags: 00
  321. -- high flags: 0000
  322. -- rect: left=327 top=153 right=169 bottom=351
  323. -- title width / last selected line: 0
  324. -- icon id / first selected line: 0 / 0
  325. -- text alignment: 1
  326. -- font id: 0
  327. -- text size: 12
  328. -- style flags: 0
  329. -- line height: 16
  330. -- part name: UnitsDecimal
  331. ----- HyperTalk script -----
  332. on mouseDown
  333.   show card field UnitsDecimal
  334. end mouseDown
  335.  
  336. on mouseUp
  337.   hide card field UnitsDecimal
  338. end mouseUp
  339.  
  340.  
  341. -- part 16 (button)
  342. -- low flags: 00
  343. -- high flags: 0000
  344. -- rect: left=327 top=153 right=169 bottom=351
  345. -- title width / last selected line: 0
  346. -- icon id / first selected line: 0 / 0
  347. -- text alignment: 1
  348. -- font id: 0
  349. -- text size: 12
  350. -- style flags: 0
  351. -- line height: 16
  352. -- part name: UnitsFeet
  353. ----- HyperTalk script -----
  354. on mouseWithin
  355.   show card field UnitsFeet
  356. end mouseWithin
  357.  
  358. on mouseLeave
  359.   hide card field UnitsFeet
  360. end mouseLeave
  361.  
  362.  
  363. -- part 17 (button)
  364. -- low flags: 00
  365. -- high flags: 0000
  366. -- rect: left=263 top=177 right=193 bottom=383
  367. -- title width / last selected line: 0
  368. -- icon id / first selected line: 0 / 0
  369. -- text alignment: 1
  370. -- font id: 0
  371. -- text size: 12
  372. -- style flags: 0
  373. -- line height: 16
  374. -- part name: Precision0
  375. ----- HyperTalk script -----
  376. on mouseWithin
  377.   show card field Precision
  378. end mouseWithin
  379.  
  380. on mouseLeave
  381.   hide card field Precision
  382. end mouseLeave
  383.  
  384.  
  385. -- part 45 (button)
  386. -- low flags: 00
  387. -- high flags: E006
  388. -- rect: left=258 top=110 right=124 bottom=398
  389. -- title width / last selected line: 0
  390. -- icon id / first selected line: 0 / 0
  391. -- text alignment: 1
  392. -- font id: 0
  393. -- text size: 12
  394. -- style flags: 0
  395. -- line height: 16
  396. -- part name: Clockwise
  397. ----- HyperTalk script -----
  398. on mouseWithin
  399.   show card field clockwise
  400.   set hilite of button counterclockwise to false
  401.   set hilite of button clockwise to true
  402. end mouseWithin
  403.  
  404. on mouseLeave
  405.   hide card field clockwise
  406. end mouseLeave
  407.  
  408.  
  409. -- part 21 (button)
  410. -- low flags: 00
  411. -- high flags: 0000
  412. -- rect: left=263 top=201 right=225 bottom=360
  413. -- title width / last selected line: 0
  414. -- icon id / first selected line: 0 / 0
  415. -- text alignment: 1
  416. -- font id: 0
  417. -- text size: 12
  418. -- style flags: 0
  419. -- line height: 16
  420. -- part name: extensions
  421. ----- HyperTalk script -----
  422. on mouseWithin
  423.   show card field extensions
  424. end mouseWithin
  425.  
  426. on mouseLeave
  427.   hide card field extensions
  428. end mouseLeave
  429.  
  430.  
  431. -- part 23 (button)
  432. -- low flags: 00
  433. -- high flags: 0000
  434. -- rect: left=262 top=235 right=260 bottom=408
  435. -- title width / last selected line: 0
  436. -- icon id / first selected line: 0 / 0
  437. -- text alignment: 1
  438. -- font id: 0
  439. -- text size: 12
  440. -- style flags: 0
  441. -- line height: 16
  442. -- part name: markers
  443. ----- HyperTalk script -----
  444. on mouseWithin
  445.   show card field markers
  446. end mouseWithin
  447.  
  448. on mouseLeave
  449.   hide card field markers
  450. end mouseLeave
  451.  
  452.  
  453. -- part 24 (field)
  454. -- low flags: 81
  455. -- high flags: 2004
  456. -- rect: left=134 top=113 right=229 bottom=358
  457. -- title width / last selected line: 0
  458. -- icon id / first selected line: 0 / 0
  459. -- text alignment: 0
  460. -- font id: 2
  461. -- text size: 12
  462. -- style flags: 0
  463. -- line height: 16
  464. -- part name: objects
  465.  
  466.  
  467. -- part 25 (field)
  468. -- low flags: 81
  469. -- high flags: 2004
  470. -- rect: left=134 top=113 right=229 bottom=358
  471. -- title width / last selected line: 0
  472. -- icon id / first selected line: 0 / 0
  473. -- text alignment: 0
  474. -- font id: 2
  475. -- text size: 12
  476. -- style flags: 0
  477. -- line height: 16
  478. -- part name: points
  479.  
  480.  
  481. -- part 26 (field)
  482. -- low flags: 81
  483. -- high flags: 2004
  484. -- rect: left=159 top=143 right=259 bottom=383
  485. -- title width / last selected line: 0
  486. -- icon id / first selected line: 0 / 0
  487. -- text alignment: 0
  488. -- font id: 2
  489. -- text size: 12
  490. -- style flags: 0
  491. -- line height: 16
  492. -- part name: single
  493.  
  494.  
  495. -- part 27 (field)
  496. -- low flags: 81
  497. -- high flags: 2004
  498. -- rect: left=189 top=143 right=259 bottom=413
  499. -- title width / last selected line: 0
  500. -- icon id / first selected line: 0 / 0
  501. -- text alignment: 0
  502. -- font id: 2
  503. -- text size: 12
  504. -- style flags: 0
  505. -- line height: 16
  506. -- part name: base
  507.  
  508.  
  509. -- part 28 (field)
  510. -- low flags: 81
  511. -- high flags: 2004
  512. -- rect: left=218 top=143 right=259 bottom=442
  513. -- title width / last selected line: 0
  514. -- icon id / first selected line: 0 / 0
  515. -- text alignment: 0
  516. -- font id: 2
  517. -- text size: 12
  518. -- style flags: 0
  519. -- line height: 16
  520. -- part name: chain
  521.  
  522.  
  523. -- part 29 (field)
  524. -- low flags: 81
  525. -- high flags: 2004
  526. -- rect: left=184 top=173 right=289 bottom=408
  527. -- title width / last selected line: 0
  528. -- icon id / first selected line: 0 / 0
  529. -- text alignment: 0
  530. -- font id: 2
  531. -- text size: 12
  532. -- style flags: 0
  533. -- line height: 16
  534. -- part name: UnitsDecimal
  535.  
  536.  
  537. -- part 30 (field)
  538. -- low flags: 81
  539. -- high flags: 2004
  540. -- rect: left=184 top=173 right=289 bottom=408
  541. -- title width / last selected line: 0
  542. -- icon id / first selected line: 0 / 0
  543. -- text alignment: 0
  544. -- font id: 2
  545. -- text size: 12
  546. -- style flags: 0
  547. -- line height: 16
  548. -- part name: UnitsInches
  549.  
  550.  
  551. -- part 31 (field)
  552. -- low flags: 81
  553. -- high flags: 2004
  554. -- rect: left=184 top=173 right=289 bottom=408
  555. -- title width / last selected line: 0
  556. -- icon id / first selected line: 0 / 0
  557. -- text alignment: 0
  558. -- font id: 2
  559. -- text size: 12
  560. -- style flags: 0
  561. -- line height: 16
  562. -- part name: UnitsFeet
  563.  
  564.  
  565. -- part 32 (field)
  566. -- low flags: 81
  567. -- high flags: 2004
  568. -- rect: left=144 top=198 right=314 bottom=368
  569. -- title width / last selected line: 0
  570. -- icon id / first selected line: 0 / 0
  571. -- text alignment: 0
  572. -- font id: 2
  573. -- text size: 12
  574. -- style flags: 0
  575. -- line height: 16
  576. -- part name: precision
  577.  
  578.  
  579. -- part 33 (field)
  580. -- low flags: 81
  581. -- high flags: 2004
  582. -- rect: left=33 top=82 right=198 bottom=257
  583. -- title width / last selected line: 0
  584. -- icon id / first selected line: 0 / 0
  585. -- text alignment: 0
  586. -- font id: 2
  587. -- text size: 12
  588. -- style flags: 0
  589. -- line height: 16
  590. -- part name: extensions
  591.  
  592.  
  593. -- part 34 (field)
  594. -- low flags: 81
  595. -- high flags: 2004
  596. -- rect: left=33 top=120 right=236 bottom=257
  597. -- title width / last selected line: 0
  598. -- icon id / first selected line: 0 / 0
  599. -- text alignment: 0
  600. -- font id: 2
  601. -- text size: 12
  602. -- style flags: 0
  603. -- line height: 16
  604. -- part name: markers
  605.  
  606.  
  607. -- part 44 (button)
  608. -- low flags: 00
  609. -- high flags: A006
  610. -- rect: left=258 top=94 right=108 bottom=398
  611. -- title width / last selected line: 0
  612. -- icon id / first selected line: 0 / 0
  613. -- text alignment: 1
  614. -- font id: 0
  615. -- text size: 12
  616. -- style flags: 0
  617. -- line height: 16
  618. -- part name: Counterclockwise
  619. ----- HyperTalk script -----
  620. on mouseWithin
  621.   show card field counterclockwise
  622.   set hilite of button counterclockwise to true
  623.   set hilite of button clockwise to false
  624. end mouseWithin
  625.  
  626. on mouseLeave
  627.   hide card field counterclockwise
  628. end mouseLeave
  629.  
  630.  
  631. -- part 35 (field)
  632. -- low flags: 81
  633. -- high flags: 2004
  634. -- rect: left=88 top=166 right=258 bottom=242
  635. -- title width / last selected line: 0
  636. -- icon id / first selected line: 0 / 0
  637. -- text alignment: 0
  638. -- font id: 2
  639. -- text size: 12
  640. -- style flags: 0
  641. -- line height: 16
  642. -- part name: ok
  643.  
  644.  
  645. -- part 36 (field)
  646. -- low flags: 81
  647. -- high flags: 2004
  648. -- rect: left=154 top=166 right=258 bottom=308
  649. -- title width / last selected line: 0
  650. -- icon id / first selected line: 0 / 0
  651. -- text alignment: 0
  652. -- font id: 2
  653. -- text size: 12
  654. -- style flags: 0
  655. -- line height: 16
  656. -- part name: cancel
  657.  
  658.  
  659. -- part 37 (button)
  660. -- low flags: 00
  661. -- high flags: 2000
  662. -- rect: left=63 top=266 right=285 bottom=127
  663. -- title width / last selected line: 0
  664. -- icon id / first selected line: 0 / 0
  665. -- text alignment: 1
  666. -- font id: 0
  667. -- text size: 12
  668. -- style flags: 0
  669. -- line height: 16
  670. -- part name: OK
  671. ----- HyperTalk script -----
  672. on mouseWithin
  673.   show card field ok
  674. end mouseWithin
  675.  
  676. on mouseLeave
  677.   hide card field ok
  678. end mouseLeave
  679.  
  680.  
  681. -- part 38 (button)
  682. -- low flags: 00
  683. -- high flags: 2000
  684. -- rect: left=147 top=266 right=282 bottom=203
  685. -- title width / last selected line: 0
  686. -- icon id / first selected line: 0 / 0
  687. -- text alignment: 1
  688. -- font id: 0
  689. -- text size: 12
  690. -- style flags: 0
  691. -- line height: 16
  692. -- part name: cancel
  693. ----- HyperTalk script -----
  694. on mouseWithin
  695.   show card field cancel
  696. end mouseWithin
  697.  
  698. on mouseLeave
  699.   hide card field cancel
  700. end mouseLeave
  701.  
  702.  
  703. -- part 39 (field)
  704. -- low flags: 81
  705. -- high flags: 2004
  706. -- rect: left=155 top=144 right=260 bottom=379
  707. -- title width / last selected line: 0
  708. -- icon id / first selected line: 0 / 0
  709. -- text alignment: 0
  710. -- font id: 2
  711. -- text size: 12
  712. -- style flags: 0
  713. -- line height: 16
  714. -- part name: lock
  715.  
  716.  
  717. -- part 40 (field)
  718. -- low flags: 81
  719. -- high flags: 2004
  720. -- rect: left=155 top=144 right=260 bottom=379
  721. -- title width / last selected line: 0
  722. -- icon id / first selected line: 0 / 0
  723. -- text alignment: 0
  724. -- font id: 2
  725. -- text size: 12
  726. -- style flags: 0
  727. -- line height: 16
  728. -- part name: break
  729.  
  730.  
  731. -- part 41 (field)
  732. -- low flags: 81
  733. -- high flags: 2004
  734. -- rect: left=155 top=144 right=260 bottom=379
  735. -- title width / last selected line: 0
  736. -- icon id / first selected line: 0 / 0
  737. -- text alignment: 0
  738. -- font id: 2
  739. -- text size: 12
  740. -- style flags: 0
  741. -- line height: 16
  742. -- part name: outside
  743.  
  744.  
  745. -- part 42 (field)
  746. -- low flags: 81
  747. -- high flags: 2004
  748. -- rect: left=155 top=144 right=260 bottom=379
  749. -- title width / last selected line: 0
  750. -- icon id / first selected line: 0 / 0
  751. -- text alignment: 0
  752. -- font id: 2
  753. -- text size: 12
  754. -- style flags: 0
  755. -- line height: 16
  756. -- part name: center
  757.  
  758.  
  759. -- part 43 (field)
  760. -- low flags: 81
  761. -- high flags: 2004
  762. -- rect: left=155 top=144 right=260 bottom=379
  763. -- title width / last selected line: 0
  764. -- icon id / first selected line: 0 / 0
  765. -- text alignment: 0
  766. -- font id: 2
  767. -- text size: 12
  768. -- style flags: 0
  769. -- line height: 16
  770. -- part name: depthlock
  771.  
  772.  
  773. -- part 46 (field)
  774. -- low flags: 81
  775. -- high flags: 2004
  776. -- rect: left=178 top=128 right=244 bottom=402
  777. -- title width / last selected line: 0
  778. -- icon id / first selected line: 0 / 0
  779. -- text alignment: 0
  780. -- font id: 2
  781. -- text size: 12
  782. -- style flags: 0
  783. -- line height: 16
  784. -- part name: clockwise
  785.  
  786.  
  787. -- part 47 (field)
  788. -- low flags: 81
  789. -- high flags: 2004
  790. -- rect: left=178 top=111 right=227 bottom=402
  791. -- title width / last selected line: 0
  792. -- icon id / first selected line: 0 / 0
  793. -- text alignment: 0
  794. -- font id: 2
  795. -- text size: 12
  796. -- style flags: 0
  797. -- line height: 16
  798. -- part name: counterclockwise
  799.  
  800.  
  801. -- part contents for card part 2
  802. ----- text -----
  803. Angular Dimension
  804.  
  805. -- part contents for card part 24
  806. ----- text -----
  807. The object option allows you to place the cursor near each endpoint of the lines that define the angle and accept the positions.  The dimension arc is drawn counterclockwise.
  808.  
  809. -- part contents for card part 25
  810. ----- text -----
  811. Using the points method the program draws the dimension arc from the points indicated.  Be sure to select the vertex first. 
  812. ‚Ä¢ Object snap may be used here.
  813.  
  814. -- part contents for card part 26
  815. ----- text -----
  816. Single allows you to place linear or angular dimensions on your drawing one at a time.
  817.  
  818. -- part contents for card part 27
  819. ----- text -----
  820. When you select baseline the program links the linear or angular dimension from a common first endpoint until you quit.
  821.  
  822. -- part contents for card part 28
  823. ----- text -----
  824. When you select chain the program links the linear or angular dimension sequentially, chaining them together end-to-end until you quit.
  825.  
  826. -- part contents for card part 29
  827. ----- text -----
  828. Displays the dimension text in decimal format. With angular dimensions, selecting this option toggles between decimal format and degrees/minutes/seconds format.
  829.  
  830. -- part contents for card part 30
  831. ----- text -----
  832. Displays the dimension text in inches format.
  833.  
  834. -- part contents for card part 31
  835. ----- text -----
  836. Displays the dimension text in feet and inches format.
  837.  
  838. -- part contents for card part 32
  839. ----- text -----
  840. Precision: Allows you to change the number of significant digits displayed in length and angle text. 
  841.  
  842. -- part contents for card part 33
  843. ----- text -----
  844. Allows you to select the type of extension desired on the dimension.
  845.  
  846. -- part contents for card part 34
  847. ----- text -----
  848. Markers change the arrowheads of the dimension line to 'slash' marks, extended slash marks, or no markers.
  849.  
  850. -- part contents for card part 35
  851. ----- text -----
  852. The OK button accepts your changes and closes the dialog.
  853.  
  854.  
  855. -- part contents for card part 36
  856. ----- text -----
  857. The cancel button aborts the changes you have made inside the dialog box.
  858.  
  859. -- part contents for card part 40
  860. ----- text -----
  861. Breaks the dimension line to allow dimension text to be inserted. If the size of the text generated is too large, the program will not break the dimension line.
  862.  
  863. -- part contents for card part 41
  864. ----- text -----
  865. Moves the dimension lines to the outside of the extension lines. That is, arrowheads will be pointing inward, toward the text, instead of outward.
  866.  
  867. -- part contents for card part 42
  868. ----- text -----
  869. Center confines the dimension text to the center of the dimensoin line or arc.
  870.  
  871. -- part contents for card part 43
  872. ----- text -----
  873. Depthlock ????
  874.  
  875.  
  876. -- part contents for card part 39
  877. ----- text -----
  878. Lock (linear dimensions only) confines the dimension text to the limits of the dimension line.
  879.  
  880. -- part contents for card part 47
  881. ----- text -----
  882. Draws the angular dimension Counterclockwise.  This is the normal or default mode of the program.
  883.  
  884. -- part contents for card part 46
  885. ----- text -----
  886. Draws the angular dimension clockwise.